Conversation
… configuration resolution
…ved artifact handling
… README instructions
Created a `docs/` directory with the following descriptive markdown files: - `README.md`: Overview and index. - `getting-started.md`: Basic usage guide. - `configuration.md`: Detailed inputs and environment variable reference. - `architecture.md`: Explanation of the modular design and sub-actions. - `stacks.md`: Information on supported stacks (Wails v2, Deno). Also updated the root `README.md` to include a link to the new documentation directory.
Add descriptive markdown documentation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add .actrc with Docker image defaults for M3/ARM64 - Add Makefile with act test targets and local build targets - Add CLAUDE.md documenting the pipeline pattern - Add build-wails2 CI job that actually compiles (build: true) - Add TDD hello world fixtures: go-cli, go-http, node-http, deno-http, cpp-hello Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…in permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Add `version` input to all composite actions (default: "dev")
- Replace all `./actions/...` with `host-uk/build/actions/...@${{ inputs.version }}`
- Pass version through to sub-actions
- Enables same codebase to work across dev/main/tags
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
GitHub Actions doesn't allow template expressions in `uses:` field. Using hardcoded @dev refs instead. For releases, tag the repo and update consumers to reference @v0.4.0 or specific SHA. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
macOS runners use bash 3.x which doesn't support ${var,,}.
Use tr '[:upper:]' '[:lower:]' instead.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Use string-based deduplication instead of declare -A. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
New stacks: - actions/build/core/ — Go library CI (build, vet, test, coverage, vuln) - actions/fix/ — Auto-fix pipeline (rebase, update deps, test, push) - actions/workflows/core-ci.yml — Template workflow for Core ecosystem repos Discovery updated to detect `core` stack (go.mod without frontend). The fix action is designed for the CodeRabbit feedback loop: CodeRabbit requests changes → fix action tries rebase + deps → if tests pass → push → CodeRabbit re-reviews → if tests fail → escalate to agent dispatch Co-Authored-By: Virgil <virgil@lethean.io>
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (7)
📒 Files selected for processing (78)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Routine dev→main PR opened by Hephaestus PR-cadence task.
This PR exists to:
ahead_by: 38 commit(s) (per gh api compare)If CodeRabbit clears with no blocking comments, this PR is eligible for
gh pr merge --merge(real merge commit, no force-push). Conflicts and review feedback should be addressed on the dev branch before merge.Co-authored-by: Hephaestus hephaestus@cladius